PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setFillColorN Method / setFillColorN(double[],PDFPattern) Method
The color components.
The pattern used as fill color.
In This Topic
    setFillColorN(double[],PDFPattern) Method
    In This Topic
    Sets the current fill color and pattern. Operator: scn
    Syntax
    public void setFillColorN( 
       double[] color,
       PDFPattern pattern
    )

    Parameters

    color
    The color components.
    pattern
    The pattern used as fill color.
    See Also